Miscellaneous Constants
A Java session may require you to pass one of these two constants when calling JManager functions.
enum { kJMVersion = 0x11300003, kDefaultJMTime = 0x00000400, };Constant descriptions
kJMVersion
- The version of JManager being used. The value for JManager 2.0 reflects adherence with Sun's 1.1.3 Java specifications.
kDefaultJMTime
- The default idle time (1024 milliseconds) for
JMIdle
calls. For more information, see theJMIdle
function.